home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / utility / ll.txt < prev    next >
Text File  |  1995-04-22  |  1KB  |  31 lines

  1.  
  2. This is a little program I have found useful for printing out text, 
  3. especially Action! source listings, and saving time & paper.  It may be 
  4. useful for other text printing jobs too, e.g. sources that are saved to 
  5. disk in ATASCII text form.  Check the LL.DOC file included below for a 
  6. quick rundown. 
  7.  
  8. PRINTER OUTPUT OPTION 
  9.  
  10. Littlelister composes columnar output in memory.  It can be used with 
  11. any printer, to print any size of input file.  I wrote it for my 1027, 
  12. but it works even better with my new NX-10 printer.  For maximum speed 
  13. printing, it can be set to represent "unprintable" bytes with 
  14. combinations of printable ones; full graphics ATASCII printing is also 
  15. possible using G: (see below). 
  16.  
  17. THE CODE 
  18.  
  19. The UUencoded binary file follows in a separate message.  If it doesn't 
  20. make it through some gateway in its travels, I will mail a copy direct 
  21. on request.  For least frustration, use the YAU UUdecoder to decode it. 
  22. It seems some of the other decoders might require extra padding 
  23. on each line; I used YAUE to encode it.  Action! sources also available 
  24. on request, due to length I haven't posted them... yet) 
  25.  
  26. (Thanks to JRD: YAU and YAUE are very nice tools; they work fine with 
  27. SpartaDOS in both command line and prompt modes.) 
  28. (Thanks also to Bruce Langdon, for the ideas in his PRINT.ACT program 
  29. posted to Usenet some time ago) 
  30.  
  31.